GMGPL - meaning and definition. What is GMGPL
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is GMGPL - definition

PARTIALLY MODIFIED GPL TO ACCOUNT FOR ADA GENERIC INSTANTIATION
MGPL; Modified GNU General Public License; GNU Modified General Public License; Modified GPL; License of GNU Ada; GNAT Modified GPL; GMGPL

GMGPL         
GNAT Modified GNU Public License (Reference: GNAT, GNU, GPL)

Wikipedia

GNAT Modified General Public License

The GNAT Modified General Public License (short: Modified GPL, GMGPL) is a version of the GNU General Public License specifically modified for compiled units and for the generic feature found in the Ada programming language.

The modification is as follows:

As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.

The GNAT Ada compiler can automate conformance checks for some GPL software license issues via a compiler directive. Use pragma License (Modified_GPL); to activate the check against the Modified GPL. The GNAT Reference Manual documents the License pragma along with other compiler directives.